home *** CD-ROM | disk | FTP | other *** search
/ Net Yaroze Software Development Disc (USA, Europe) / Net Yaroze Software Development Disc (USA, Europe).bin / scee / pipex / apps / hotmetal / macros.z / hmlight3.mcr < prev   
Text File  |  1996-04-26  |  2KB  |  21 lines

  1. ("DefinitionList" "Ctrl+Shift+D" ((insert-element-with-req "DT") (move-char-forward) (insert-element-with-req "DD") (move-char-forward)))
  2. ("MakeDefaultSize10" "Ctrl+Shift+0" ((set-properties ".DEFAULT" ((font-size 10)))))
  3. ("MakeDefaultSize12" "Ctrl+Shift+2" ((set-properties ".DEFAULT" ((font-size 12)))))
  4. ("MakeDefaultSize14" "Ctrl+Shift+4" ((set-properties ".DEFAULT" ((font-size 14)))))
  5. ("MakeDefaultSize18" "Ctrl+Shift+8" ((set-properties ".DEFAULT" ((font-size 18)))))
  6. ("NestedJoin" "Ctrl+Shift+J" ((go-to-before-container) (join) (go-to-next-element) (join) (text " ")))
  7. ("NestedSplit (After)" "Ctrl+Shift+A" ((extend-to-end) (contract-selection-right) (split) (go-to-before-container) (split) (go-to-next-element)))
  8. ("NestedSplit (Before)" "Ctrl+Shift+B" ((extend-to-start) (contract-selection-left) (split) (go-to-after-container) (split) (go-to-previous-element) (go-to-previous-element)))
  9. ("NextElement" "Ctrl+Shift+N" ((go-to-next-element)))
  10. ("RefreshImages" "Ctrl+Meta+I" ((show-inline-images) (show-inline-images)))
  11. ("RefreshScreen" "Ctrl+Meta+O" ((show-tags) (show-tags)))
  12. ("TableCellBottomLeft" "Ctrl+Meta+C" ((cell-properties "LEFT" "BOTTOM" "" #f "unset")))
  13. ("TableCellBottomRIght" "Ctrl+Meta+B" ((cell-properties "RIGHT" "BOTTOM" "" #f "unset")))
  14. ("TableCellMiddleBottom" "Ctrl+Meta+V" ((cell-properties "CENTER" "BOTTOM" "" #f "unset")))
  15. ("TableCellMiddleCenter" "Ctrl+Meta+F" ((cell-properties "CENTER" "MIDDLE" "" #f "unset")))
  16. ("TableCellMiddleLeft" "Ctrl+Meta+D" ((cell-properties "LEFT" "MIDDLE" "" #f "unset")))
  17. ("TableCellMiddleRight" "Ctrl+Meta+G" ((cell-properties "RIGHT" "MIDDLE" "" #f "unset")))
  18. ("TableCellTopCenter" "Ctrl+Meta+R" ((cell-properties "CENTER" "TOP" "" #f "unset")))
  19. ("TableCellTopLeft" "Ctrl+Meta+E" ((cell-properties "LEFT" "TOP" "" #f "unset")))
  20. ("TableCellTopRight" "Ctrl+Meta+T" ((cell-properties "RIGHT" "TOP" "" #f "unset")))
  21.